//==============================================================================
// Myrmidon_Anim.txt
//==============================================================================

import norse_sword_anim.txt

//==============================================================================
define shield
{
   SetSelector
   {
		set hotspot
		{
			version
			{
				Visual Gallic Shield
				ReplaceTexture Infantry X Trident Soldier Shield Iron/Gallic ShieldB
			}
		}
	}
}

//==============================================================================
define Head
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				Visual Infantry G Hoplite Head Heavy
				ReplaceTexture Infantry g hoplite head/Infantry g hoplite head iron
         }
      }
   }
}

//==============================================================================
define blood
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
          Visualparticle sfx a blood spurt
         }
      }
   }
}

//==============================================================================
anim Idle
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Gallic Warrior_Idle
            connect TopOfHead Head hotspot
            connect RightHand NorseSword hotspot
            connect LeftForeArm shield hotspot
	    ReplaceTexture Infantry G Myrmidon Iron/infantry e galatian iron
         }
      }
   }
}

//==============================================================================
anim Attack
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Gallic Warrior_AttackA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag Attack 0.35 true   
            tag GenericSound 0.40 true   
//-- end auto generated section
            connect TopOfHead Head hotspot
            connect RightHand NorseSword hotspot
            connect LeftForeArm shield hotspot
	    ReplaceTexture Infantry G Myrmidon Iron/infantry e galatian iron
         }
      }
   }
}

//==============================================================================
anim Death
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Gallic Warrior_Death
            connect TopOfHead Head hotspot
            connect RightHand NorseSword hotspot
            connect LeftForeArm shield hotspot
                                Connect TopOfHead Blood hotspot
	    ReplaceTexture Infantry G Myrmidon Iron/infantry e galatian iron
         }
      }
   }
}

//==============================================================================
anim Walk
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Gallic Warrior_Walk
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag FootstepLeft 0.30 true   
            tag FootstepRight 0.80 true   
//-- end auto generated section
            connect TopOfHead Head hotspot
            connect RightHand NorseSword hotspot
            connect LeftForeArm shield hotspot
	    ReplaceTexture Infantry G Myrmidon Iron/infantry e galatian iron
         }
      }
   }
}

//==============================================================================
anim Flail
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Gallic Warrior_Flail
            connect TopOfHead Head hotspot
            connect RightHand NorseSword hotspot
            connect LeftForeArm shield hotspot
	    ReplaceTexture Infantry G Myrmidon Iron/infantry e galatian iron
         }
      }
   }
}
